PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / BaseAdvancedEditor<P,E> Class / DetachPopupEditor Method
The window editor to be detached.

In This Topic
    DetachPopupEditor Method (BaseAdvancedEditor<P,E>)
    In This Topic
    Detaches the events from the editor.
    Syntax
    'Declaration
     
    
    Public Overridable Sub DetachPopupEditor( _
       ByVal editor As E _
    ) 
    public virtual void DetachPopupEditor( 
       E editor
    )

    Parameters

    editor
    The window editor to be detached.
    See Also